[INFO] cloning repository https://github.com/sandersaares/missinglink
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sandersaares/missinglink" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandersaares%2Fmissinglink", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandersaares%2Fmissinglink'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0ecc72e1981505471e2a3d137e1301d65139be9a
[INFO] fixing sandersaares/missinglink against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandersaares%2Fmissinglink" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/sandersaares/missinglink
[INFO] finished tweaking git repo https://github.com/sandersaares/missinglink
[INFO] tweaked toml for git repo https://github.com/sandersaares/missinglink written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sandersaares/missinglink on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sandersaares/missinglink already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3d0610a2b9c7ee0726a568e91c4896c8cabd0d6a5610ca5b7c0e51fbb8c2c957
[INFO] running `Command { std: "docker" "start" "3d0610a2b9c7ee0726a568e91c4896c8cabd0d6a5610ca5b7c0e51fbb8c2c957", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3d0610a2b9c7ee0726a568e91c4896c8cabd0d6a5610ca5b7c0e51fbb8c2c957" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d0610a2b9c7ee0726a568e91c4896c8cabd0d6a5610ca5b7c0e51fbb8c2c957", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3d0610a2b9c7ee0726a568e91c4896c8cabd0d6a5610ca5b7c0e51fbb8c2c957" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking missinglink v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `{}`, found `;`
[INFO] [stdout]   --> src/lib.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     trait BoundsIn;
[INFO] [stdout]    |                   ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: try using `{}` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     trait BoundsIn;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `{}`, found `;`
[INFO] [stdout]   --> src/lib.rs:67:20
[INFO] [stdout]    |
[INFO] [stdout] 67 |     trait BoundsOut;
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: try using `{}` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     trait BoundsOut;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait alias is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 |     trait BoundsIn = Send + 'static;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait alias out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait alias is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     trait BoundsOut = Send + Sync + 'static;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait alias out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait alias is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     trait BoundsIn = 'static;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait alias out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait alias is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     trait BoundsOut = 'static;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait alias out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `{}`, found `;`
[INFO] [stdout]   --> src/lib.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     trait BoundsIn;
[INFO] [stdout]    |                   ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: try using `{}` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     trait BoundsIn;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `{}`, found `;`
[INFO] [stdout]   --> src/lib.rs:67:20
[INFO] [stdout]    |
[INFO] [stdout] 67 |     trait BoundsOut;
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: try using `{}` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     trait BoundsOut;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait alias is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 |     trait BoundsIn = Send + 'static;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait alias out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait alias is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     trait BoundsOut = Send + Sync + 'static;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait alias out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait alias is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     trait BoundsIn = 'static;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait alias out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait alias is not supported in `trait`s or `impl`s
[INFO] [stdout]   --> src/lib.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     trait BoundsOut = 'static;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider moving the trait alias out to a nearby module scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsOut` in `Self`
[INFO] [stdout]   --> src/lib.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 |     type Ref<T: Self::BoundsOut>: RefLike<T> + Self::BoundsOut;
[INFO] [stdout]    |                       ^^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsOut` in `Self`
[INFO] [stdout]   --> src/lib.rs:68:54
[INFO] [stdout]    |
[INFO] [stdout] 68 |     type Ref<T: Self::BoundsOut>: RefLike<T> + Self::BoundsOut;
[INFO] [stdout]    |                                                      ^^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsIn` in `Self`
[INFO] [stdout]   --> src/lib.rs:69:24
[INFO] [stdout]    |
[INFO] [stdout] 69 |     type Cell<T: Self::BoundsIn>: CellLike<T> + Self::BoundsOut;
[INFO] [stdout]    |                        ^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsOut` in `Self`
[INFO] [stdout]   --> src/lib.rs:69:55
[INFO] [stdout]    |
[INFO] [stdout] 69 |     type Cell<T: Self::BoundsIn>: CellLike<T> + Self::BoundsOut;
[INFO] [stdout]    |                                                       ^^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsOut` in `Self`
[INFO] [stdout]   --> src/lib.rs:81:23
[INFO] [stdout]    |
[INFO] [stdout] 81 |     type Ref<T: Self::BoundsOut> = Arc<T>;
[INFO] [stdout]    |                       ^^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsIn` in `Self`
[INFO] [stdout]   --> src/lib.rs:82:24
[INFO] [stdout]    |
[INFO] [stdout] 82 |     type Cell<T: Self::BoundsIn> = Mutex<T>;
[INFO] [stdout]    |                        ^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsOut` in `Self`
[INFO] [stdout]   --> src/lib.rs:94:23
[INFO] [stdout]    |
[INFO] [stdout] 94 |     type Ref<T: Self::BoundsOut> = Rc<T>;
[INFO] [stdout]    |                       ^^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsIn` in `Self`
[INFO] [stdout]   --> src/lib.rs:95:24
[INFO] [stdout]    |
[INFO] [stdout] 95 |     type Cell<T: Self::BoundsIn> = RefCell<T>;
[INFO] [stdout]    |                        ^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `associated_traits`
[INFO] [stdout]  --> src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(associated_traits)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsOut` in `Self`
[INFO] [stdout]   --> src/lib.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 |     type Ref<T: Self::BoundsOut>: RefLike<T> + Self::BoundsOut;
[INFO] [stdout]    |                       ^^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsOut` in `Self`
[INFO] [stdout]   --> src/lib.rs:68:54
[INFO] [stdout]    |
[INFO] [stdout] 68 |     type Ref<T: Self::BoundsOut>: RefLike<T> + Self::BoundsOut;
[INFO] [stdout]    |                                                      ^^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsIn` in `Self`
[INFO] [stdout]   --> src/lib.rs:69:24
[INFO] [stdout]    |
[INFO] [stdout] 69 |     type Cell<T: Self::BoundsIn>: CellLike<T> + Self::BoundsOut;
[INFO] [stdout]    |                        ^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsOut` in `Self`
[INFO] [stdout]   --> src/lib.rs:69:55
[INFO] [stdout]    |
[INFO] [stdout] 69 |     type Cell<T: Self::BoundsIn>: CellLike<T> + Self::BoundsOut;
[INFO] [stdout]    |                                                       ^^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsOut` in `Self`
[INFO] [stdout]   --> src/lib.rs:81:23
[INFO] [stdout]    |
[INFO] [stdout] 81 |     type Ref<T: Self::BoundsOut> = Arc<T>;
[INFO] [stdout]    |                       ^^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsIn` in `Self`
[INFO] [stdout]   --> src/lib.rs:82:24
[INFO] [stdout]    |
[INFO] [stdout] 82 |     type Cell<T: Self::BoundsIn> = Mutex<T>;
[INFO] [stdout]    |                        ^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsOut` in `Self`
[INFO] [stdout]   --> src/lib.rs:94:23
[INFO] [stdout]    |
[INFO] [stdout] 94 |     type Ref<T: Self::BoundsOut> = Rc<T>;
[INFO] [stdout]    |                       ^^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `BoundsIn` in `Self`
[INFO] [stdout]   --> src/lib.rs:95:24
[INFO] [stdout]    |
[INFO] [stdout] 95 |     type Cell<T: Self::BoundsIn> = RefCell<T>;
[INFO] [stdout]    |                        ^^^^^^^^ not found in `Self`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `associated_traits`
[INFO] [stdout]  --> src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(associated_traits)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `missinglink` (lib test) due to 17 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0405, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `missinglink` (lib) due to 17 previous errors
[INFO] running `Command { std: "docker" "inspect" "3d0610a2b9c7ee0726a568e91c4896c8cabd0d6a5610ca5b7c0e51fbb8c2c957", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d0610a2b9c7ee0726a568e91c4896c8cabd0d6a5610ca5b7c0e51fbb8c2c957", kill_on_drop: false }`
[INFO] [stdout] 3d0610a2b9c7ee0726a568e91c4896c8cabd0d6a5610ca5b7c0e51fbb8c2c957
